Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/app.js
19 Views
0 Comments
const game = { timer: 0, start: null };

// Create Message Element
const message = document.createElement("div");
message.classL
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/index.html
24 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/style.css
15 Views
0 Comments
body {
background: black;
color: white;
}

/* JavaScript */
.message {
text-align: center;